ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc.Fluent Namespace / BooleanCheckerExtension Class / BooleanChecker Method / BooleanChecker<T>(FlexGridBuilder<T>,Action<BooleanCheckerBuilder<T>>) Method
the specified flexgrid builder.
the specified BooleanChecker builder






In This Topic
    BooleanChecker<T>(FlexGridBuilder<T>,Action<BooleanCheckerBuilder<T>>) Method
    In This Topic
    Apply the BooleanChecker extender in FlexGrid.
    Syntax
    'Declaration
     
    
    <System.Runtime.CompilerServices.ExtensionAttribute()>
    Public Overloads Shared Function BooleanChecker(Of T)( _
       ByVal gridBuilder As FlexGridBuilder(Of T), _
       ByVal booleanCheckerBuilder As System.Action(Of BooleanCheckerBuilder(Of T)) _
    ) As FlexGridBuilder(Of T)
    'Usage
     
    
    Dim gridBuilder As FlexGridBuilder(Of T)
    Dim booleanCheckerBuilder As System.Action(Of BooleanCheckerBuilder(Of T))
    Dim value As FlexGridBuilder(Of T)
     
    value = BooleanCheckerExtension.BooleanChecker(Of T)(gridBuilder, booleanCheckerBuilder)
    [System.Runtime.CompilerServices.Extension()]
    public static FlexGridBuilder<T> BooleanChecker<T>( 
       FlexGridBuilder<T> gridBuilder,
       System.Action<BooleanCheckerBuilder<T>> booleanCheckerBuilder
    )
    public function BooleanChecker( 
        gridBuilder: FlexGridBuilder;
        booleanCheckerBuilder: System.Action
    ): FlexGridBuilder; static; 
    System.Runtime.CompilerServices.ExtensionAttribute()
    public static function BooleanChecker( 
       gridBuilder : FlexGridBuilder,
       booleanCheckerBuilder : System.Action
    ) : FlexGridBuilder;
    [System.Runtime.CompilerServices.Extension()]
    public: static FlexGridBuilder<T*>* BooleanChecker<T>( 
       FlexGridBuilder<T*>* gridBuilder,
       System.Action<BooleanCheckerBuilder<T*>*>* booleanCheckerBuilder
    ) 
    [System.Runtime.CompilerServices.Extension()]
    public:
    static FlexGridBuilder<T^>^ BooleanCheckergeneric<typename T>
    ( 
       FlexGridBuilder<T^>^ gridBuilder,
       System.Action<BooleanCheckerBuilder<T^>^>^ booleanCheckerBuilder
    ) 

    Parameters

    gridBuilder
    the specified flexgrid builder.
    booleanCheckerBuilder
    the specified BooleanChecker builder

    Type Parameters

    T
    See Also